AESCTR_NONCESIZE  528 crypto/xform.c 	bcopy(iv, ctx->ac_block + AESCTR_NONCESIZE, AESCTR_IVSIZE);
AESCTR_NONCESIZE  531 crypto/xform.c 	bzero(ctx->ac_block + AESCTR_NONCESIZE + AESCTR_IVSIZE, 4);
AESCTR_NONCESIZE  544 crypto/xform.c 	     i >= AESCTR_NONCESIZE + AESCTR_IVSIZE; i--)
AESCTR_NONCESIZE  557 crypto/xform.c 	if (len < AESCTR_NONCESIZE)
AESCTR_NONCESIZE  565 crypto/xform.c 	    (len - AESCTR_NONCESIZE) * 8);
AESCTR_NONCESIZE  570 crypto/xform.c 	bcopy(key + len - AESCTR_NONCESIZE, ctx->ac_block, AESCTR_NONCESIZE);