Searched refs:OPENSSL_cleanse (Results 1 - 25 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dread2pwd.c124 OPENSSL_cleanse(buf,BUFSIZ);
125 OPENSSL_cleanse(buff,BUFSIZ);
137 OPENSSL_cleanse(buf,BUFSIZ);
138 OPENSSL_cleanse(buff,BUFSIZ);
H A Ddes.c430 OPENSSL_cleanse(k2,sizeof(k2));
438 OPENSSL_cleanse(k2,sizeof(k2));
460 OPENSSL_cleanse(key,sizeof(key));
461 OPENSSL_cleanse(kk,sizeof(kk));
669 OPENSSL_cleanse(buf,sizeof(buf));
670 OPENSSL_cleanse(obuf,sizeof(obuf));
671 OPENSSL_cleanse(&ks,sizeof(ks));
672 OPENSSL_cleanse(&ks2,sizeof(ks2));
673 OPENSSL_cleanse(iv,sizeof(iv));
674 OPENSSL_cleanse(iv
[all...]
/external/openssl/crypto/des/
H A Dread2pwd.c124 OPENSSL_cleanse(buf,BUFSIZ);
125 OPENSSL_cleanse(buff,BUFSIZ);
137 OPENSSL_cleanse(buf,BUFSIZ);
138 OPENSSL_cleanse(buff,BUFSIZ);
H A Ddes.c430 OPENSSL_cleanse(k2,sizeof(k2));
438 OPENSSL_cleanse(k2,sizeof(k2));
460 OPENSSL_cleanse(key,sizeof(key));
461 OPENSSL_cleanse(kk,sizeof(kk));
669 OPENSSL_cleanse(buf,sizeof(buf));
670 OPENSSL_cleanse(obuf,sizeof(obuf));
671 OPENSSL_cleanse(&ks,sizeof(ks));
672 OPENSSL_cleanse(&ks2,sizeof(ks2));
673 OPENSSL_cleanse(iv,sizeof(iv));
674 OPENSSL_cleanse(iv
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/mdc2/
H A Dmdc2_one.c73 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/openssl/crypto/mdc2/
H A Dmdc2_one.c73 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dmem_clr.c64 void OPENSSL_cleanse(void *ptr, size_t len) function
H A Ds390xcpuid.S61 .globl OPENSSL_cleanse
62 .type OPENSSL_cleanse,@function
64 OPENSSL_cleanse: label
94 .size OPENSSL_cleanse,.-OPENSSL_cleanse
H A Dalphacpuid.pl90 .globl OPENSSL_cleanse
91 .ent OPENSSL_cleanse
92 OPENSSL_cleanse: label
125 .end OPENSSL_cleanse
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
H A Drmd_one.c75 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha1_one.c75 OPENSSL_cleanse(&c,sizeof(c));
/external/openssl/crypto/
H A Dmem_clr.c64 void OPENSSL_cleanse(void *ptr, size_t len) function
H A Ds390xcpuid.S61 .globl OPENSSL_cleanse
62 .type OPENSSL_cleanse,@function
64 OPENSSL_cleanse: label
94 .size OPENSSL_cleanse,.-OPENSSL_cleanse
H A Dalphacpuid.pl90 .globl OPENSSL_cleanse
91 .ent OPENSSL_cleanse
92 OPENSSL_cleanse: label
125 .end OPENSSL_cleanse
/external/openssl/crypto/sha/
H A Dsha1_one.c75 OPENSSL_cleanse(&c,sizeof(c));
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
H A Dp12_crpt.c109 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
110 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
/external/openssl/crypto/pkcs12/
H A Dp12_crpt.c109 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
110 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dp5_crpt.c136 OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE);
137 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
138 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
/external/openssl/crypto/evp/
H A Dp5_crpt.c136 OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE);
137 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
138 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
/external/chromium_org/third_party/openssl/openssl/crypto/md4/
H A Dmd4_one.c94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
H A Dmd5_one.c94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/chromium_org/third_party/openssl/openssl/crypto/ui/
H A Dui_util.c65 OPENSSL_cleanse(buff,BUFSIZ);
/external/openssl/crypto/md4/
H A Dmd4_one.c94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/openssl/crypto/md5/
H A Dmd5_one.c94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
/external/openssl/crypto/ui/
H A Dui_util.c65 OPENSSL_cleanse(buff,BUFSIZ);

Completed in 8135 milliseconds

12345678