Searched refs:crt_cipher (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dcrypto_compat.h20 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
30 return tfm->crt_cipher.cit_decrypt(tfm, dst, src, nbytes);
H A Drtl_crypto.h185 #define crt_cipher crt_u.cipher macro
256 return tfm->crt_cipher.cit_ivsize;
314 return tfm->crt_cipher.cit_setkey(tfm, key, keylen);
323 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
332 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
333 return tfm->crt_cipher.cit_encrypt_iv(tfm, dst, src, nbytes, iv);
342 return tfm->crt_cipher.cit_decrypt(tfm, dst, src, nbytes);
351 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
352 return tfm->crt_cipher.cit_decrypt_iv(tfm, dst, src, nbytes, iv);
359 memcpy(tfm->crt_cipher
[all...]
H A Dcipher.c168 cbc_process, 1, tfm->crt_cipher.cit_iv);
188 cbc_process, 0, tfm->crt_cipher.cit_iv);
221 tfm->crt_cipher.cit_mode = mode ? mode : CRYPTO_TFM_MODE_ECB;
231 struct cipher_tfm *ops = &tfm->crt_cipher;
235 switch (tfm->crt_cipher.cit_mode) {
297 if (tfm->crt_cipher.cit_iv)
298 kfree(tfm->crt_cipher.cit_iv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl_crypto.h185 #define crt_cipher crt_u.cipher macro
256 return tfm->crt_cipher.cit_ivsize;
314 return tfm->crt_cipher.cit_setkey(tfm, key, keylen);
323 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
332 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
333 return tfm->crt_cipher.cit_encrypt_iv(tfm, dst, src, nbytes, iv);
342 return tfm->crt_cipher.cit_decrypt(tfm, dst, src, nbytes);
351 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
352 return tfm->crt_cipher.cit_decrypt_iv(tfm, dst, src, nbytes, iv);
359 memcpy(tfm->crt_cipher
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcipher.c108 struct cipher_tfm *ops = &tfm->crt_cipher;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h396 #define crt_cipher crt_u.cipher macro
1053 return &crypto_cipher_tfm(tfm)->crt_cipher;

Completed in 76 milliseconds